You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TMtxInt Class
>
TMtxInt Methods
>
CopyVec Method
>
TMtxInt.CopyVec Method ([In] TVecInt, int)
Dew Math for .NET
Example
TMtxInt.CopyVec Method ([In] TVecInt, int)
var A:
TMtxInt
; v:
TVecInt
; begin CreateIt(A); Create(v);
try
v.SetIt([1, 0, 2, -1, 5, 1.2]) ; A.CopyVec(v);
finally
FreeIt(A); FreeIt(v); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home